home *** CD-ROM | disk | FTP | other *** search
- //===========================================================
- // WCLIB.H -- Header File
- // Copyright (c) 1993 Douglas Boling
- //===========================================================
- //
- // Function prototypes used by generic template
- //
- INT CALLBACK WEP (INT);
- INT CALLBACK LibMain (HANDLE, WORD, WORD, LPSTR);
-
- //-----------------------------------------------------------
- // Application specific stuff
- //-----------------------------------------------------------
- //
- // Function prototypes
- //
- LIBLOAD WCLibLoad;
- LIBRESET WCLibReset;
- LIBFUNC WCLibFunc;
- LIBGETERR WCGetErrStr;
- LIBGETVER WCGetVersion;
-
- typedef INT (*PLFUNC) (LPTOKEN, LPTOKEN);
- //
- // Dialog IDs
- //
- #define IDD_LIBVSTR 100
- #define HELPSTART 1
-
-